// // Copyright (c) 2009 All Right Reserved // // vl // // 2009-01-01 // Contains ... namespace LargoBase.Notation { #region Public enumeration types /// /// Stem direction. /// public enum NoteStemDirection { /// Stem direction. Up, /// Stem direction. Down } #endregion }